home *** CD-ROM | disk | FTP | other *** search
/ Internet Pratique 20 / internet_pratique_20.iso / pc / MAC / Compression / ZipIt 2.1 / ZipIt.app / Contents / Info.plist next >
Encoding:
Extensible Markup Language  |  2001-09-06  |  2.5 KB  |  80 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <plist version="0.9">
  3. <dict>
  4.     <key>CFBundleDevelopmentRegion</key>
  5.     <string>English</string>
  6.     <key>CFBundleDocumentTypes</key>
  7.     <array>
  8.         <dict>
  9.             <key>CFBundleTypeExtensions</key>
  10.             <array>
  11.                 <string>zip</string>
  12.                 <string>exe</string>
  13.             </array>
  14.             <key>CFBundleTypeIconFile</key>
  15.             <string>DocIcons</string>
  16.             <key>CFBundleTypeName</key>
  17.             <string>Zip archive</string>
  18.             <key>CFBundleTypeOSTypes</key>
  19.             <array>
  20.                 <string>ZIP </string>
  21.                 <string>pZIP</string>
  22.             </array>
  23.             <key>CFBundleTypeRole</key>
  24.             <string>Editor</string>
  25.         </dict>
  26.         <dict>
  27.             <key>CFBundleTypeExtensions</key>
  28.             <array>
  29.                 <string>zipplug</string>
  30.             </array>
  31.             <key>CFBundleTypeIconFile</key>
  32.             <string>PluginIcons</string>
  33.             <key>CFBundleTypeName</key>
  34.             <string>Zip archive</string>
  35.             <key>CFBundleTypeOSTypes</key>
  36.             <array>
  37.                 <string>PLUG</string>
  38.             </array>
  39.             <key>CFBundleTypeRole</key>
  40.             <string>None</string>
  41.         </dict>
  42.         <dict>
  43.             <key>CFBundleTypeIconFile</key>
  44.             <string>PCSEAIcons</string>
  45.             <key>CFBundleTypeName</key>
  46.             <string>PC self-extracting zip archive</string>
  47.             <key>CFBundleTypeOSTypes</key>
  48.             <array>
  49.                 <string>PSEA</string>
  50.             </array>
  51.             <key>CFBundleTypeRole</key>
  52.             <string>Editor</string>
  53.         </dict>
  54.     </array>
  55.     <key>CFBundleName</key>
  56.     <string>ZipIt</string>
  57.     <key>CFBundleExecutable</key>
  58.     <string>ZipIt</string>
  59.     <key>CFBundleIconFile</key>
  60.     <string>AppIcons</string>
  61.     <key>CFBundleIdentifier</key>
  62.     <string>com.maczipit.app</string>
  63.     <key>CFBundleInfoDictionaryVersion</key>
  64.     <string>6.0</string>
  65.     <key>CFBundlePackageType</key>
  66.     <string>APPL</string>
  67.     <key>CFBundleSignature</key>
  68.     <string>ZIP </string>
  69.     <key>CFBundleVersion</key>
  70.     <string>2.1</string>
  71.     <key>CFBundleShortVersionString</key>
  72.     <string>2.1</string>
  73.     <key>CFBundleLongVersionString</key>
  74.     <string>2.1</string>
  75.     <key>NSHumanReadableCopyright</key>
  76.     <string>© 2001 Thomas A. Brown. All rights reserved.</string>
  77.     <key>NSAppleScriptEnabled</key>
  78.     <string>YES</string>
  79. </dict> </plist>
  80.